﻿
.NewMenu, .NewMenu a , .NewMenu a:visited  {

	background: transparent url("../../../../../../PublishingImages/MenuImgs/menu_bg.gif") repeat-x left;	
	height:26px;
	font-size: 13px;
	color:white;
	font-weight:bold;
	text-decoration:none;
	width:227px;
	border:1px #dedede solid;
}
.NewMenu a:hover
{
	height: 28px;
	font-size: 12px;
	color:#005D82;
	text-decoration:none;
}

.NewMenuItem
{
	
}

.NewMenuBullet1
{	
	
	background: transparent url('../../../../../../PublishingImages/MenuImgs/menu_bullet_1.gif') repeat-x left;	
	width:7px;
	height:7px;	
	margin-left:12px;
	margin-top:6px;
	float:left;
}

.NewMenuTextHeader
{
	padding-left:8px;
	padding-top:5px;
	float:left;
	color:#3a3a3a;
	font-size:14px;
}

.NewMenuBullet2
{	
	background: transparent url('../../../../../../PublishingImages/MenuImgs/menu_bullet_2.gif') repeat-x left;		width:6px;
	height:5px;	
	margin-left:12px;
	margin-top:5px;
	float:left;
}

.clear
{
	clear:both;
}



ul.sidemenu {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-bottom: 1px solid #dedede ;
	width: 229px;
	background-color: #f2f2f2;
}

ul.sidemenu li {
	border-top: 1px solid #dedede ;
	border-left: 1px solid #dedede ;
	border-right: 1px solid #dedede ;	
	height:25px;
	
}

ul.sidemenu li a {
	text-decoration: none;
	display: block;
	width: 150px;
	color: #17598c;
	font-weight:bold;
	font-size:12px;
	padding: 4px 10px;
}

ul.sidemenu li a:hover {
	background-color: #f2f2f2;
	color: black;
	text-decoration: none;
}



