/* ////////////////   userContentNav  ////////////// */

.userContentNav {
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-bottom: 3px;
	height: 33px;
        margin-top: 5px;
	}
	
.userContentNav .title {
	color: #444;
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	margin: 2px 0 0 0;
	float: left;
	height: 25px;
	}

.userContentNav .tabsShell {
	float: right;
	height: 25px;
    width: 250px;
	}	

.userContentNav .tabs a{
	color: #1b75bb;
	background: #fff;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
        padding: 3px 10px 3px 10px;
	border: 1px solid #ddd;
	border-bottom: none;
	margin: 12px 5px 0 0;
	float: right;
	}
	
.userContentNav .tabs a:hover {
	color: #fff;
	background: #1b75bb;
	text-decoration: none;
	cursor: pointer;
	}
	
.userContentNav .tabsCurrent a{
	color: #fff;
	background: #1b75bb;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
        padding: 4px 10px 3px 10px;
	border: 1px solid #ddd;
	border-bottom: none;
	margin: 12px 5px 0 0;
	float: right;
	}

.userContentNav .tabsCurrent a:hover {
	cursor: pointer;
	}
	

.userContentNavButton a{
	color: #bbb;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-right: 5px;
	text-decoration: none;
	float: left;
    margin-top: 1px;
	}

.userContentNavButton a:hover{
	color: #444;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-right: 5px;
	}
	
/*
.userContentNavButtonCurrent a{
	color: #444;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-right: 5px;
	float: left;
	text-decoration: none;
	background: url(http://www.villij.com/code/images/navigation/usercontentnav/image.jpg) left no-repeat;
	padding-left: 0px;
        margin-top: 1px;
	}
*/

.userContentNavButtonCurrent a:hover{
	color: #bbb;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-right: 5px;
	}
	


.smallNavButton a{
	color: #bbb;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-left: 5px;
	margin-top: 2px;
	float: right;
	text-decoration: none;
	}

.smallNavButton a:hover{
	color: #333;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-left: 5px;
	}
	
.userContentNavWrapper {
	margin-bottom: 15px;
}


.smallNavButtonCurrent a{
	color: #333;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-left: 5px;
	margin-top: 2px;
	float: right;
	text-decoration: none;
	background: url(http://www.villij.com/code/images/navigation/usercontentnav/smallarrow.jpg) left no-repeat;
	padding-left: 6px;
	}

.smallNavButtonCurrent a:hover{
	color: #bbb;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	margin-left: 5px;
	}

/* ////////////////   Main Nav Spacer  ////////////// */

.userContentNavButtonSpacer {
	color: #ccc;
	font-family: arial, sans-serif;
	font-size: 8px;
	font-weight: normal;
	margin-right: 5px;
	padding-top: 2px;
	text-decoration: none;
	float: left;
        margin-top: 2px;
	}
	
.smallNavButtonSpacer {
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 8px;
	font-weight: normal;
	margin-left: 5px;
	padding-top: 4px;
	text-decoration: none;
	float: right;
	}
	
/* /////////////// User Content Drop Down Menu ///////////////// */

#userContentDropDown {
	float: left;
}

#userContentDropDown, #userContentDropDown ul { /* all lists */
	padding: 0;
	 margin: 1px 0 0 5px;
	list-style: none;
	line-height: 1em;
	}

#userContentDropDown a {
	display: block;
    padding: 0px 3px 0px 3px;
	font-family: "Lucida Grande", arial, sans-serif;
	font-weight: bold;
	font-size: 9px;
	color: #4283CC;
        background: #fff;
    text-decoration: none;
	}

#userContentDropDown a:hover {
	display: block;
	font-size: 9px;
    text-decoration: none;
        background: #e6eff9;
    }

#userContentDropDown #title a { 
	border-top: 1px solid #fff;
	width: 48px;
    }

#userContentDropDown #list a { 
	border-top: 0px solid #4283CC;
    }

#userContentDropDown li { /* all list items */
	float: left;
	width: 54px; /* width needed or else Opera goes nuts */
	border: 1px solid #eee;
	border-top: 0px solid #4283CC;
    }


#userContentDropDown li ul { /* second-level lists */
	position: absolute;
	background: #f7f7f7;
	width: 54px;
    margin: 1px 0 0 -1px;
    left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
    }

#userContentDropDown li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}
