@CHARSET "UTF-8";

#navigation {
	background: url(/templates/public/wireframe/images/background/mainNavBg.jpg) repeat-y;
}

/* * * * * * * * * * * * * * * * * */
/*       Styles for Main Nav       */
/* * * * * * * * * * * * * * * * * */
#mainNav {
	width: 282px;
    text-decoration: none;
    margin-left: -13px;
    margin-top: 0px;
}

#mainNav li {
	list-style: none;
	padding-bottom: 10px;
	background: url(/templates/public/wireframe/images/background/mainNavBg.jpg) repeat-y;
}

#mainNav li.last {
	padding-bottom: 0px;
}

#mainNav li a {
	color: #666666;
}

//* * * * * * * * * * * * * * * * * */
/*  Essential Styles for Dropdowns */
/* * * * * * * * * * * * * * * * * */

#mainNav a:hover {
    text-decoration: underline;
}

#mainNav ul li:hover a:hover {
	text-decoration: underline;
}

#mainNav a.last {
    border: none;
}

ul#mainNav ul {
	width: 150px;
    display: none;
    list-style: none;
    position: absolute;
    width: 10em; /* left offset of submenus need to match (see below) */
    z-index: 10;
    margin-left: 272px;
    margin-top: -25px;
    background: #FFFFFF;
    border: 1px solid #666666;
}

ul#mainNav ul li {
	width: 120px;
    background: #FFFFFF;
    margin-left: 5px;
    padding: 0px;
}

#mainNav ul li a {
    color: #666666;
    border-bottom: 1px solid #C0C0C0;;
    text-decoration: none;
    text-align: left;
    padding-left: 5px;
    font-size: 11px;
    font-weight: bold;
}

#mainNav ul li:hover a {
    color: #0896d6;
    text-decoration: underline;
}

#mainNav ul li a:hover {
    text-decoration: underline;
}

ul#mainNav li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

ul#mainNav li {
    float: left;
    position: relative;
}

ul#mainNav a {
    display: block;
}

ul#mainNav li:hover ul,
ul#mainNav li.sfHover ul {
    left: 0;
    top: 2.5em; /* match top ul list item height */
    display: block;
}

/* * * * * * * * * * * * * * * * * */
/*  Category Styles for Dropdowns  */
/* * * * * * * * * * * * * * * * * */

/* * * * * * * * * * * * * * * * * */
/*        Styles for Sub Nav       */
/* * * * * * * * * * * * * * * * * */

#subnav {
	padding: 0px;
}

#subnav li {
	display: block;
	list-style: none;
	border-bottom: 1px solid #C0C0C0;
	width: 240px;
	margin-left: 20px;
	text-align: center;
}

#subnav li.last {
	border-bottom: none;
}

#subnav li a {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
}

#subnav li a.selected {
	color: #C0C0C0;
}

/* * * * * * * * * * * * * * * * * */
/*         Images for Nav          */
/* * * * * * * * * * * * * * * * * */

a#page3 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_visitors.jpg) no-repeat;
}

a:hover#page3, a.selected#page3 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_over_visitors.jpg) no-repeat;
}

a#page4 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_meetingPlanners.jpg) no-repeat;
}

a:hover#page4, a.selected#page4 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_over_meetingPlanners.jpg) no-repeat;
}

a#page5 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_tourPlanners.jpg) no-repeat;
}

a:hover#page5, a.selected#page5 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_over_tourPlanners.jpg) no-repeat;
}

a#page6 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_conventionCenter.jpg) no-repeat;
}

a:hover#page6, a.selected#page6 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_over_conventionCenter.jpg) no-repeat;
}

a#page7 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_members.jpg) no-repeat;
}

a:hover#page7, a.selected#page7 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_over_members.jpg) no-repeat;
}

a#page8 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_media.jpg) no-repeat;
}

a:hover#page8, a.selected#page8 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_over_media.jpg) no-repeat;
}

a#page9 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_aboutUs.jpg) no-repeat;
}

a:hover#page9, a.selected#page9 {
	width: 282px;
	height: 19px;
	display: block;
	background: url(/templates/public/visitstpaul/images/nav/nav_over_aboutUs.jpg) no-repeat;
}