#sideMenuHolder {
	float:left;
	width: 183px;
	height: auto;
}
.menuEnd {
	height: 5px;
	width: 100%;
	background-color: #008ac8;
}
#sideMenuTL {
	background-color: #008ac8;
	background-image:url(../images/sideMenu_TL.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
}
#sideMenuTR {
	background-color: #008ac8;
	background-image:url(../images/sideMenu_TR.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 5px;
}
#sideMenuBL {
	background-color: #008ac8;
	background-image:url(../images/sideMenu_BL.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 5px;
}
#sideMenuBR {
	background-color: #008ac8;
	background-image:url(../images/sideMenu_BR.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 5px;
}
#sideMenu {
/*	float:left;
	width: 183px;*/
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
/*	line-height: auto;*/
	background-color: #008ac8;
	font-weight: bold;	
}
#sideMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#sideMenu li {
	/*border-bottom: 1px solid #666868;*/ /*use if you want a white line below each nav link*/
}
#sideMenu li a  {
	display: block;
	width: 158px;
	height: auto;
	font-size: 10px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 10px 4px 15px;
}
#sideMenu li a:hover  {
	display: block;
	width: 158px;
	height: auto;
	font-size: 10px;
	line-height: 12px;
	background-color: #30a8de;
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px 10px 4px 15px;
	background-image: url(../images/triangle01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
