/* CSS menymall */



#mainmenu { 
	/*background-image:url(../images/bgmeny.jpg);
	background-image:url(../images/9.jpg);*/
	width: 170px;
    text-align: left;
	font-size: 10px; 
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	/*border-right: 1px #FF0000;
	border: 4px #999999;*/
	z-index: 1;
}


#meny a {
	width: 160px;
	color: #000000;
	/*font-size: 9pt;*/
	font-weight: normal;
	padding: 0 0 0 0px;
	
}

#meny a:hover {
	color: #000000;
	/*font-size: 9pt;*/
	font-weight: bold;
	padding: 0 0 0 0px;
	/*border-bottom: 1px solid #CCCCCC;*/
}

ul#meny
{
	padding: 0 0 0 0 ;
	list-style-type: none ;
	text-align: left;
	margin: 5px;
}

ul#meny li
{
	margin: 0 0 0 0 ;
	padding: 0 ;
	list-style-type: none ;
	
}

ul#meny li a
{
	display: block ;
	list-style-type: none ;
	width: 160px ;
	line-height: 25px ;
	color: #000000;
	text-decoration: none ;
	border-bottom: 1px solid #CCCCCC;
	
}


ul#meny li a:hover
{
	
	text-indent: 0px ;
	/*line-height: 25px ;*/
	font-weight: bold; 
	background: #95b4d0;  
	 
}
	
#meny a#current{ 
	/* background: #eaeaea; */
	font-weight: bold; 
	background: #95b4d0; 
}
#meny a#subcurrent{ 
	/* background: #eaeaea; */
	font-weight: bold; 
	background: #95b4d0; 
}




#submeny a {
	width: 140px;
	color: #000000;
	/*font-size: 9pt;*/
	font-weight: normal;
	padding: 0px 0 0 0;
	/* top  -ลลล - bottom - left*/
	
}

#submeny a:hover {
	color: #000000;
	/*font-size: 9pt;*/
	font-weight: bold;
	padding: 0 0 0 0;
	/*border-bottom: 1px solid #CCCCCC;*/
}

ul#submeny
{
	padding: 0px ;
	list-style-type: none ;
	text-align: left;
	margin: 5px;
}

ul#submeny li
{
	margin: 0 0 0 15px ;
	padding: 0 ;
	list-style-type: none ;
	
}

ul#submeny li a
{
	display: block ;
	list-style-type: none ;
	width: 140px ;
	line-height: 25px ;
	color: #000000;
	text-decoration: none ;
	border-bottom: 1px solid #CCCCCC;
	
}


ul#submeny li a:hover
{
	
	text-indent: 0px ;
	/*line-height: 25px ;*/
	font-weight: bold; 
	background: #95b4d0;  
	 
}
	
#submeny a#current{ 
	/* background: #eaeaea; */
	font-weight: bold; 
	background: #95b4d0; 
}
#submeny a#subcurrent{ 
	/* background: #eaeaea; */
	font-weight: bold; 
	background: #95b4d0; 
}


