@charset "utf-8";
/* CSS Document */

.topm {
	background-color: #333300;
	margin: 0px;
	width: 100%;
	float: left;
	padding: 0px;
}
.icn {
	position:relative;
	top:3px;
	padding-left:3px;
}
.icn1 {
	position:relative;
	top:1px;
	padding-left:3px;
}
#nav, #nav ul{
margin:0;
padding:0;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:1.5em;
z-index:9999; 
}

#nav a{
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #333300;
	padding-top: 15px;
	padding-right: 15.7px;
	padding-bottom: 15px;
	padding-left: 15.7px;
	font-family: 'Mukta Mahee', sans-serif;
	font-size: 1.2em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333300;
	border-right-color: #eceaeb;
	border-bottom-color: #333300;
	border-left-color: #333300;
}

#nav a:hover{
background-color:#fff;
color:#333;
}

#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:12em;
top:3.4em;
}

#nav li ul a{
	width: 11em;
	height: auto;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333300;
}

#nav ul ul{
top:auto;
}	

#nav li ul ul {
left:14em;
margin:0px 0 0 10px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}
#nav a.last {
	border-right-style: none;
}