body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
a {
	color: #1a442e;
}
#footer {
	color: #1a442e;
}

li {
	list-style-image: url(../images/content-arrow.gif);
	margin-bottom: 5px;
	vertical-align: middle;
}
ul {
	margin-left: -20px;
 	* margin-left: 20px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
	
}
#nav li { /* all list items */
	float: left;
	width: 154px; /* width needed or else Opera goes nuts */
	list-style: none;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	margin-bottom: 5px;
 	* margin-bottom: 0px; /* Hacks for IE7 Menus */
 	* border-bottom: solid 5px transparent; /* Hacks for IE7 Menus */
	color: #5c96ba;
}
#nav li ul li a {
	background: #e8f1f7;
	display: block;
	border: solid 1px #b9d0e7;
	padding: 10px;
	padding-left: 15px;
	width: 128px;
	text-decoration: none;
}
#nav li ul li a:hover {
	color: #fff;
	background: #5e98d0;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover {
	position: static;
}

.experience-name {
    font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#757824;
}

.experience-title {
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#153925;
}

.contacts{
    font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#153925;
}

.project-title{
    font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#153925;
}
#banner-left a {
	color: #fff;
}
#banner-left {
	color: #fff;
}