#header ul {
	list-style-type: none;
	float:right;
	background: #fff;
	margin: 57px 0 0 0;
}

#header ul li {
	float: left;
	padding: 0 0 0 11px;
	background: url(../img/nav-spot.gif) left no-repeat;
}

#header ul li.first {
	background: none;
}

#header ul li a {
	float: left;
	height: 28px;
}

#header ul li a span {
	display: none;
}

#header ul li a.home {
	width: 56px;
	background: url(../img/navigation.gif) 0px 0px no-repeat;
}

#header ul li a.home:hover {
	background: url(../img/navigation.gif) 0px -28px no-repeat;
}

#header ul li a.home-active {
	width: 56px;
	background: url(../img/navigation.gif) 0px -28px no-repeat;
}

/*------*/


#header ul li a.hosting {
	width: 86px;
	background: url(../img/navigation.gif) -65px 0px no-repeat;
}

#header ul li a.hosting:hover {
	background: url(../img/navigation.gif) -65px -28px no-repeat;
}

#header ul li a.hosting-active {
	width: 86px;
	background: url(../img/navigation.gif) -65px -28px no-repeat;
}

/*------*/

#header ul li a.domains {
	width: 86px;
	background: url(../img/navigation.gif) -160px 0px no-repeat;
}

#header ul li a.domains:hover {
	background: url(../img/navigation.gif) -160px -28px no-repeat;
}

#header ul li a.domains-active {
	width: 86px;
	background: url(../img/navigation.gif) -160px -28px no-repeat;
}

/*------*/


#header ul li a.support {
	width: 85px;
	background: url(../img/navigation.gif) -255px 0px no-repeat;
}

#header ul li a.support:hover {
	background: url(../img/navigation.gif) -255px -28px no-repeat;
}

#header ul li a.support-active {
	width: 85px;
	background: url(../img/navigation.gif) -255px -28px no-repeat;
}

/*------*/

#header ul li a.account {
	width: 125px;
	background: url(../img/navigation.gif) -345px 0px no-repeat;
}

#header ul li a.account:hover {
	background: url(../img/navigation.gif) -345px -28px no-repeat;
}

#header ul li a.account-active {
	width: 125px;
	background: url(../img/navigation.gif) -345px -28px no-repeat;
}


/*-------------------------------------------------------------- 

2nd level nav

---------------------------------------------------------------*/

ul.nav2 {
	list-style-type: none;
	text-transform: uppercase;
	background: url(../img/home-news-border.gif) bottom repeat-x;
	padding: 0 0 25px 0;
	margin: 0 0 30px 0;
}

ul.nav2 li {
	padding: 2px 0 2px 28px;
}

ul.nav2 li.active {
	background: url(../img/icons/blue_rightarrow.gif) left no-repeat;
	color: #0767ad;
}

#left-col ul.nav2 li a {
	color: #0767ad;
	font-size:13px;
	text-decoration: none;
	font-weight: bold;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
}

#left-col ul.nav2 li a:hover {
	text-decoration: underline;
}

ul.nav2 li.active a:hover {
	text-decoration: none;
}



/*-------------------------------------------------------------- 

Brief contacts

---------------------------------------------------------------*/

.brief-contacts {
	color: #444;
	font-size:13px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:22px;
	background: url(../img/home-news-border.gif) bottom repeat-x;
	padding: 0 0 20px 0;
	margin: 0 0 30px 0;
}

.brief-contacts span {
	display: block;
	padding: 0 0 0 25px;
	font-family: trebuchet MS, Arial, Helvetica, sans-serif;
}

.brief-contacts .tel {
	background: url(../img/icons/telephone.gif) left no-repeat;
}

.brief-contacts .email {
	background: url(../img/icons/envelope.gif) left no-repeat;
}

.brief-contacts .email a {
	color: #444444;
}

.brief-contacts .email a:hover {
	text-decoration: none;
}



/*-------------------------------------------------------------- 

Developments

---------------------------------------------------------------*/

#left-col ul.developments {
	list-style-type: none;
	margin:0 0 20px;
}

#left-col ul.developments li {
	border-bottom: 1px solid #e5e5e5;
}

#left-col ul.developments a {
	text-decoration: none;
	font-size: 11px;
	line-height: 17px;
	display: block;
	padding: 2px 0px 2px 3px;
}


#left-col ul.developments a.activated {
	color: #fff;
	background: #0767AD;
}

#left-col ul.developments a.activated:hover {
	color: #fff;
}


#left-col ul.developments a:hover {
	color: #83A6C8;
}





/*-------------------------------------------------------------- 

Breadcrumbs

---------------------------------------------------------------*/

ul#breadcrumbs {
	list-style-type: none;
	margin: 0 0 27px 0;
}

ul#breadcrumbs li {
	display: inline;
	color: #999999;
	font-size: 11px;
}

ul#breadcrumbs li a {
	display: inline;
	color: #999999;
	text-decoration: none;
	font-size: 11px;
}

ul#breadcrumbs li a:hover {
	color: #0767ad;
}
