.sexypanels {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 170px; /* width of menu */
}

.sexypanels li{
	border-bottom: 1px solid white; /* white border beneath each menu item */
}

.sexypanels li a {
	background: #333333; /*color of menu by default*/
	font: 11px Verdana;
	line-height: 18px;
	display: block;
	color: white;
	font-weight: bold;
	width: auto;
	padding: 8px 0; /* Vertical (top/bottom) padding for each menu link */
	text-indent: 4px;
	text-decoration: none;
}

.sexypanels li a.current {
	background-color: #967e68; /*color of menu onMouseover*/
	color: white;
}

.sexypanels li a.dinamo {
	background-color: #967e68; /*color of menu onMouseover*/
	color: white;
	background: url(images/dinamo_riga_logo-article.jpg) top left no-repeat;
	padding: 0; /* Vertical (top/bottom) padding for each menu link */
	height: 126px;
}
.sexypanels li a:hover.dinamo {
	background-color: #967e68; /*color of menu onMouseover*/
	color: white;
	background: url(images/dinamo_riga_logo-article.jpg) top left no-repeat;
	height: 126px;
}


.sexypanels li a:hover{
	background-color: #222222; /*color of menu onMouseover*/
	color: white;
}

.level2 {
	list-style-type: disc;
	padding: 0px 0px 0px 20px;
	margin: 6px 0px 8px 0px;
}

.level2 li {
	font: 12px Verdana;
	color: #333333;
	border: none;
}

.level2 li a {
	text-decoration: none;
	color: #333333;
	background:none;
	padding: 0;
	margin: 0;
}

.level2 li a:hover {
	text-decoration: underline;
	color: #333333;
	background:none;
}

.level2 li a.current {
	text-decoration: underline;
	color: #333333;
	background:none;
}

<!-- Pro Brown

#procontainer_brown {
position:relative;
height:56px;
color:#E0E0E0;
background:#143D55;
width:100%;
}

#pronav_brown {
position:relative;
height:36px;
font-size:12px;
text-transform:uppercase;
font-weight:bold;
background:#fff url(images/pro_bg.gif) repeat-x bottom left;
background-color:#383838;
padding:0 0 0 0px;
border-bottom: 6px solid #911422;
}

#pronav_brown ul{
margin:0;
margin-left: 200px;
padding:0;
list-style-type:none;
width:auto;
float:left;
}

#pronav_brown ul li {
display:block;
float:left;
margin:0 1px;
}

#pronav_brown ul li a {
display:block;
float:left;
color:#EAF3F8;
text-decoration:none;
padding:0 0 0 20px;
height:36px;
}

#pronav_brown ul li a span {
padding:12px 20px 0 0;
height:21px;
float:left;
font-weight: bold;
font-family: Tahoma;
}

#pronav_brown ul li a:hover {
color:#fff;
background:transparent url(images/pro_bg-OVER.gif) repeat-x top left;
}

#pronav_brown ul li a:hover span {
display:block;
width:auto;
cursor:pointer;
}

#pronav_brown ul li a.current,#pronav ul li a.current:hover {
color:#fff;
background:#911422 url(images/brown_pro_left-ON.gif) no-repeat top left;
line-height:275%;
}

#pronav_brown ul li a.current span {
display:block;
padding:3px 20px 0 0;
width:auto;
background:#911422 url(images/brown_pro_right-ON.gif) no-repeat top right;
height:32px;
}

-->

<!--[if IE]>
.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}
<![endif]-->

