﻿
/*
ul li ul {           
   display: none;
   position: absolute;
   border: solid 1px white;   
}

ul, li {
    margin:0;
    padding:0;
    text-indent:0;
}  

ul {
    list-style-image:url(none);
    list-style-position:outside;      
    list-style-type:none;
}

ul li {
    background-color:#CF2229;            
    display:inline;
    float:left;
    margin:0;
    margin-left:-1px;
    margin-top:-1px;
    position:relative;
    border: solid 1px white;           
}

ul li a
{
	background-color: #CF2229;
	color: white;
	display: block;	
	vertical-align: middle;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	padding: 8px 5px 2px 5px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	width: 94px;
	height: 40px;
	overflow:hidden;	
}

ul li a:hover, ul li a:active {
    background-color:#104B8F;
    color: red;
}

ul li ul li {
    display:list-item;
    float:none;
    margin:0;
    border:none;
}

ul li ul li a {            
    background-color:#104B8F;
    font-family: arial;
    font-size: 11px; 
    width:172px;
    height:auto;   
    text-align:left;                               
    font-weight:normal; 
    text-transform:none;
    opacity: 0.94;
    margin:0;
} 
*/

#jsddm
{	
	margin: 0;
	padding: 0
}
	
	#jsddm li {	
		float: left;
		list-style: none;
		font-family: arial;
		font-size: 12px;
		font-style: normal;
		font-weight: bold;		
	}

	#jsddm li a
	{	display: block;
		/*background: #20548E;*/
		background: #CF2229;
		padding: 5px 6px;
		padding-top: 10px;
		text-decoration: none;
		border-right: 1px solid white;
		border-left: 1px solid white;
		width: 70px;
		color: #EAFFED;
		/*white-space:nowrap;*/		
		text-align: center;
		text-transform: uppercase;
		width: 89px;
		height: 33px;
		margin-left:-1px;
	}

	#jsddm li a:hover {	
		/*background: #1A4473*/
		/*background: #104B8F;*/
		color: red;
	 }
		
		#jsddm li ul
		{	
		 	margin: 0;
			padding: 0;
			position: absolute;
			visibility: hidden;
			border: 1px solid white;
			margin-left:-1px;
			z-index:500;			
		}
		
		#jsddm li ul li
		{	float: none;
			display: inline;
			border:none;				
		}
		
#jsddm li ul li a
{
	width: auto;
	height: auto; /*background: #9F1B1B;*/
	background: #104B8F;
	color: white;
	text-align: left;
	font-weight: normal;
	font-size: 11px;
	text-transform: none;
	white-space: nowrap;
	margin: 0;
	opacity: 0.90;
	padding: 5px 6px;	
}
		
		#jsddm li ul li a:hover {	
			/*background: #7F1616*/
			color: red			
		}
		
* html #jsddm li a 
{
	margin-left: 0;
}

* html	#jsddm li ul
{	 	
	margin-left:0;	
}