.menu {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	text-transform: uppercase;
}

.menu a:link, .menu a:visited, .menu a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;	
	text-decoration: none;
	}

.menu a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;	
	text-decoration: underline;
}

.menusel {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
	text-transform: uppercase;
}

.menusel a:link, .menusel a:visited, .menusel a:active {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;	
	text-decoration: none;
	}

.menusel a:hover {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;	
	text-decoration: underline;
}


.submenu {
	font-family: Verdana;
	font-size: 10px;
	color: #5d6773;
	text-decoration: none;
	background-color: #f6f6d9;
	padding: 6px 6px 4px 6px;
	border-top: 1px solid #b5b642;
	border-right: 1px solid #b5b642;
	border-left: 1px solid #b5b642;
	cursor: pointer;
}

	
.submenuover {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #5d6773;
	text-decoration: none;
	background-color: #e9e9ba;
	padding: 6px 6px 4px 6px;
	border-top: 1px solid #b5b642;
	border-right: 1px solid #b5b642;
	border-left: 1px solid #b5b642;
	cursor: pointer;
}







/* kairys meniu*/
div.rightmenu_list {
	padding: 0px;
	margin: 0px;
}

.rightmenu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddf1ff;
	background-image: url(../images/submenuelem.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 6px;
	padding-left: 33px;
	padding-bottom: 6px;
	text-align: left;
	display: block;
	font-family: verdana;
	font-size: 11px;
	color: #03318e;
	cursor: pointer;
}

.rightmenu a:link, .rightmenu a:visited, .rightmenu a:active {
	font-family: verdana;
	font-size: 11px;
	color: #03318e;
	text-decoration: none;
}
	
.rightmenu a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #03318e;
	text-decoration: underline;
}

.rightmenuover {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddf1ff;
	background-image: url(../images/submenuelemover.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #afd9f8;
	padding-top: 6px;
	padding-left: 33px;
	padding-bottom: 6px;
	text-align: left;
	display: block;
	font-family: verdana;
	font-size: 11px;
	color: #03318e;
	cursor: pointer;
}

.rightmenuover a:link, .rightmenuover a:visited, .rightmenuover a:active {
	font-family: verdana;
	font-size: 11px;
	color: #03318e;
	text-decoration: none;
}
	
.rightmenuover a:hover {
	font-family: verdana;
	font-size: 11px;
	color: #03318e;
	text-decoration: underline;
}

ul.rightsubmenu {
	padding: 7px 0px 7px 50px;
	margin: 0px 0px 0px 0px;
	list-style: none;
}

ul.rightsubmenu li{
	padding: 2px 0px 2px 0px;
	margin: 0;
}

ul.rightsubmenu li a:link {
	font-family: verdana;
	font-size: 10px;
	color: #03318e;
	text-decoration: none;
}
	
ul.rightsubmenu li a:visited {
	font-family: verdana;
	font-size: 10px;
	color: #03318e;
	text-decoration: none;
 }
	
ul.rightsubmenu li a:active {
	font-family: verdana;
	font-size: 10px;
	color: #03318e;
	text-decoration: none;
}
	
ul.rightsubmenu li a:hover {
	font-family: verdana;
	font-size: 10px;
	text-decoration: underline;
	color: #03318e;
}