.chromestyle{
	width: 760px;;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#1b346a;
	text-align: center;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	/*border: 1px solid #996633;*/
	width: 760px; /*THEME CHANGE HERE*/
	padding: 4px 0;
	margin: 0;
	height:30px;
	text-align: center; /*set value to "left", "center", or "right"*/
	/*background-color: #517CA7;
	background-position: center center;*/
	background-image:url(http://www.foreign.gov.mv/v5/gfx/menu_bg.png);
	background-repeat:repeat-x;
	list-style:none;
}

.chromestyle ul li{
	display: inline;
	text-align: left;
	list-style:none;
}

.chromestyle ul li a{
	color: #061652;
	padding: 4px 7px;
	height:30px;
	margin: 0;
	text-decoration: none;
	/*background-color: #517CA7;*/
	background-image:url(http://www.foreign.gov.mv/v5/gfx/menu_bg.png);
	background-repeat:repeat-x;
	border-right:1px dotted #604502;
	border-left:0px dotted #ffffff;
	list-style:none;
}

.chromestyle ul li a:hover{
	/*background-color: #000;*/
	background-image:url(http://www.foreign.gov.mv/v5/gfx/menu_bg_hover.png);
	background-repeat:repeat-x;
	color: #B87E45;/*THEME CHANGE HERE*/
	border-left:0px solid #C4C1E3;
	border-right:1px solid #604502;
	text-decoration:none;
	list-style:none;  
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " ";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	list-style:none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #604502; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:25px;
	z-index:100;
	background-color: #D8C194;
	/*background-image:url(../gfx/menu_bg.png);
	background-repeat:repeat-x;*/
	width: 190px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align:left;
	padding:3px;
	list-style:none;
	display:block;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #604502; /*THEME CHANGE HERE*/
	padding-right:8px;
	text-decoration: none;
	font-weight: none;
	color: black;
	height:19px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	/*background-color: #4B8747;*/
	background-image:url(http://www.foreign.gov.mv/v5/gfx/menu_bg_hover.png);
	background-repeat:repeat-x;
	color: #604502;
	text-decoration:none;
}

