/**Parafianin by Paweł Pawlik 137461*/
/**Styl dla menu pomocniczego dla stron*/


div.link_msg_menu_pow{
	background: #A2B748 url(images_web/img07.png) repeat-x;
	margin: 0px 0px 7px 0;
	
	border-radius: 10px 10px 0px 0px; /* CSS 3 */
	-moz-border-radius: 10px 10px 0px 0px; /* Firefox na silniku Gecko oraz Webkit*/
	-o-border-radius: 10px 10px 0px 0px; /* Opera */
	-icab-border-radius: 10px 10px 0px 0px; /* iCab */
	-khtml-border-radius: 10px 10px 0px 0px; /* Konqueror */
	-webkit-border-radius: 10px 10px 0px 0px; /* Safari */
	
}

div.link_msg_menu_pow_title{
	padding: 4px 0 4px 4px;
	color: #ffffff;
	font-weight: bold;
	white-space: nowrap;
	border-style: solid;
	border-width: thin;
	border-color: #799438;
	border-bottom-width: 0px;
	font-size: 14px;
	border-radius: 10px 10px 0px 0px; /* CSS 3 */
	-moz-border-radius: 10px 10px 0px 0px; /* Firefox na silniku Gecko oraz Webkit*/
	-o-border-radius: 10px 10px 0px 0px; /* Opera */
	-icab-border-radius: 10px 10px 0px 0px; /* iCab */
	-khtml-border-radius: 10px 10px 0px 0px; /* Konqueror */
	-webkit-border-radius: 10px 10px 0px 0px; /* Safari */
	cursor: default;
}

div.link_msg_menu_pow_title:before{
	content: url(images_web/powiadomienia.png);
}

div.link_msg_menu_pow_msg{
	margin: auto;
	/*padding: 8px 0 8px 20px;*/
	/*padding-left: 20px;*/
	white-space: nowrap;
	background: #F3F7FB;
	border-style: solid;
	border-width: 1px;
	border-color: #A2B748;
}

div.link_msg_menu_pow_msg ul{
	list-style: none;
}

div.link_msg_menu_pow_msg ul li{
	padding: 1px;
	/*border-style: solid;*/
}

div.link_msg_menu_pow_msg ul li a{
	padding-left: 20px;
	/*border-style: solid;*/
	background: #fff;
	cursor: context-menu;
}

div.link_msg_menu_pow_msg ul li a:visited, div.link_msg_menu_pow_msg ul li a:link{
	display: block;
	font-weight: normal;
	background: #fff;
}

div.link_msg_menu_pow_msg ul li a:active, div.link_msg_menu_pow_msg ul li a:hover {
	background: #ffffff url(images_web/img09.png) repeat-x;
}

div.link_msg_menu_pow_msg ul li a:before{
	list-style: none;
	content: url(images_web/powiadomienia.png);
	margin-right: 5px;
}

