#external a {
	background-image: url(http://als.branditdesignonline.com/img/global/linkicon.jpg);
	background-repeat: no-repeat;
	padding-left:15px;
	background-position: 5px 5px;
	}
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		}
#nav li { /* all list items */
		position : relative;
		float : left;
		margin-bottom : -1px;
		}
#nav li ul { /* second-level lists */
		position: absolute;
		left: -999em;
		margin-left :203px;;
		margin-top : -37px;
		}
#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
		}
#nav li a {
		height:35px;
		width : 182px;
		display : block;
		font-weight : bold;
		text-decoration : none;
		background-color : white;
		border : 1px solid #B5AB88;
		padding : 0 ;
		line-height:35px;
		padding-left:20px;
		}
#nav li a:hover {
		color : #F00;
		background-color : #F0EDE6;
		}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
		}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
left: auto;
	}
#content {}
.sidebar li {padding:0px;}
#leftbar li:hover {background-position: 0 0}/*fixes the IE7 Sticky nav problem*/
