/* Navigation styles */
/* Whitespace Reset */

* {
	margin:0;
	padding:0;
}

body {
	min-width: 1004px;
}

/* navigation/images 

a img {
	border: none;
	outline: none;
}

a {
	outline: none;
}

*/

/* @group Navigation */

#navigation {
	position: relative;
	width: 100%;
	height: 45px;
	z-index: 9;
	background: url(/navigation/images/back.png) repeat-x center top;
	text-align: center;
	padding: 0;
	margin: 0 0 0px;
}

#navigation a {
    border: none;
}

#navigation .band {
    position: relative;
	min-width: 960px;
    height: 45px;
    margin-left: 34px;
    margin-right: 9px;
    padding-left: 0px;
    padding-right: 0px;
}

#navigation .band ul {
	float: left;
	list-style: none;
	height: 37px;
	margin: 0;
	padding: 0px 0;
}

#navigation .band ul.internal {
	width: 557px;
}

#navigation .band ul.external {
    float: right;
    width: 86px;
    /* background: url(/navigation/images/indent.gif) no-repeat 0 6px; */
}

/* @group List */

#navigation .band ul li {
	float: left;
	height: 37px;
	display: inline;
	overflow: hidden;
	margin: 0;
}

#navigation .band ul.internal li {
	margin-right: 21px;
}

#navigation .band ul.external li {
	margin-left: 9px;
}

#navigation .band ul li.logo {
	width: 145px;
    padding-right: 32px;
}

#navigation .band ul li.apps {
	width: 52px;
}

#navigation .band ul li.blog {
	width: 61px;
}

#navigation .band ul li.about {
	width: 66px;
}

#navigation .band ul li.contact {
	width: 83px;
}

#navigation .band ul li.twitter {
	width: 22px;
}

#navigation .band ul li.facebook {
	width: 22px;
}

/* @end */

/* @group Links */

#navigation .band ul li a {
	display: block;
	height: 37px;
	text-indent: -9999px;
	overflow: hidden;
	background-image: url(/navigation/images/exnav.png);
}

#navigation .band ul li.logo a {
	background-position: 0 top;
	width: 145px;
}

#navigation .band ul li.logo a:hover {
	background-position: 0 bottom;
}

#navigation .band ul li.apps a {
	background-position: -146px top;
	width: 52px;
}

#navigation .band ul li.apps a:hover {
	background-position: -146px bottom;
}

#navigation .band ul li.blog a {
	background-position: -198px top;
	width: 61px;
}

#navigation .band ul li.blog a:hover {
	background-position: -198px bottom;
}

#navigation .band ul li.about a {
	background-position: -259px top;
	width: 66px;
}

#navigation .band ul li.about a:hover {
	background-position: -259px bottom;
}

#navigation .band ul li.contact a {
	background-position: -326px top;
	width: 83px;
}

#navigation .band ul li.contact a:hover {
	background-position: -326px bottom;
}

#navigation .band ul li.twitter a {
	background-position: -409px top;
	width: 22px;
}

#navigation .band ul li.twitter a:hover {
	background-position: -409px bottom;
}

#navigation .band ul li.facebook a {
	background-position: -431px top;
	width: 22px;
}

#navigation .band ul li.facebook a:hover {
	background-position: -431px bottom;
}

#navigation .band ul li a:active {
	margin-top: 0px;
}

/* twitter-bubble */

#navigation #twitterpost {
    position: relative;
    top: -33px;
    right: 95px;
}

#navigation #twitterpost .balloon {
    position: relative;
    float: right;
    width: 345px;
    height: 21px;
    overflow: hidden;
    margin-top: 0px;
    padding: 0;
    background: url(/navigation/images/bubble.png) 0 0 no-repeat;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
}

#navigation #twitterpost .balloon div {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
    color: #666666;
    padding: 0px 0px 12px 10px;
    font-size: 11px;
}

#navigation #twitterpost .end {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 21px;
    background: url(/navigation/images/bubble.png) no-repeat;
}

#navigation #twitterpost .end.left {
    left: 0;
    width: 0px;
    background-position: 0 0;
}

#navigation #twitterpost .end.right {
    right: 0;
    width: 0px;
    background-position: 100% 0;
}

#navigation #twitterpost ul li .post {
    position: relative;
}

#navigation #twitterpost ul li .post {
    font-size: 11px;
    white-space: nowrap;
    position: absolute;
    top: 3px;
}

#navigation #twitterpost ul {
    padding-left: 0px;
    margin: 0px;
    list-style-type: none;
}

/* @end */

/* @end */
