/* All Menu Controls */

/* Header Background */
.menu {
	background: url('images/layout/headerBackground.jpg') no-repeat;
	width: 1024px;
	height: 101px;
}

/* Controls for Top Links */
.top_menu {
	padding-left: 630px;
	height: 43px;
	font-size: 11px;
	color: #D3F2F2;
	padding-top: 20px;
	padding-bottom: 11px;
}

.top_menu a {
	padding: 5px;
	text-decoration: none;
	color: #D3F2F2;
}

/* Controls for Links on Main Menu */
.bottom_menu {
	padding-left: 340px;
	height: 38px;
}

.bottom_menu a {
	padding-top: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}

/* Controls for Main Menu Hover and Size */
.menu_about a {
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #4DA8D5;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 11px;
}

.menu_about a:hover {
	background: url('images/layout/about_hover.jpg') no-repeat;
}

.menu_solutions a {
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #4DA8D5;
	padding-left: 24px;
	padding-right: 24px;
	padding-top: 10px;
	padding-bottom: 11px;
}

.menu_solutions a:hover {
	background: url('images/layout/solutions_hover.jpg') no-repeat;
}

.menu_projects a {
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #4DA8D5;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 10px;
	padding-bottom: 11px;
}

.menu_projects a:hover {
	background: url('images/layout/projects_hover.jpg') no-repeat;
}

.menu_careers a {
	border-style: solid;
	border-width: 0px 1px 0px 0px;
	border-color: #4DA8D5;
	padding-left: 23px;
	padding-right: 23px;
	padding-top: 10px;
	padding-bottom: 11px;
}

.menu_careers a:hover {
	background: url('images/layout/career_hover.jpg') no-repeat;
}

.menu_contact a {
	padding-left: 19px;
	padding-right: 19px;
	padding-top: 10px;
	padding-bottom: 11px;
}

.menu_contact a:hover {
	background: url('images/layout/contact_hover.jpg') no-repeat;
}

/* Controls for Dropdown Links */
#dropmenudiv {
	position: absolute;
	text-align: left;
	font-family: verdana;
	size: 9pt;
	line-height: 19px;
	z-index: 100;
	margin-left: 0px;
	background-color: #E1EDED;
}

#dropmenudiv a {
	width: 100%;
	display: block;
	text-indent: 3px;
	padding: 1px;
	padding-left: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-decoration: none;
	font-weight: bold;
	background: bottom repeat-x url(images/layout/gray-dot.gif) #E1EDED;
}

#dropmenudiv h4 {
	background-color: #E1EDED;
	padding: 0px;
	margin: 0px;
	width: 186px;
	height: 5px;
}

#dropmenudiv a:link {
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
	color:#2B54A6;
}

#dropmenudiv a:visited { 
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
	color:#2B54A6;
}

#dropmenudiv a:hover {
	background-color: #2B54A6;
	font-family: verdana;
	font-size: 9pt;
	text-decoration: none;
	color:#FFFFFF;
}

/* Controls for Links on Side Bar for Inner pages */
.template_side_link a {
	color: #2B54A6;
	text-decoration: none;
}

.template_side_link h4 {
	margin: 0px;
	font-size: 12px;
	color: #2B54A6;
	height: 19px;
	padding-top: 5px;
	margin-right: 15px;
	padding-left: 5px;
	background: bottom repeat-x url(images/layout/gray-dot.gif) #E1EDED;
}

.template_side_link h4:hover{
	color: #FFFFFF;
	background: bottom repeat-x url(images/layout/gray-dot.gif) #2B54A6;
}

.template_side_link p {
	margin: 0px;
	padding-top: 1px;
	margin-right: 15px;
	padding-left: 5px;
	background: bottom repeat-x url(images/layout/gray-dot.gif) #E1EDED;
}