/* Tango Diva CSS - Navigation */

/* Left Navigation */

ul.leftNav {
	list-style: none;
	border-top: 1px solid #99CCCC;
	margin: 5px;
	padding: 5px 10px;
	font-size: 10px;
	color: #333333;
}

ul.leftNav p {
	margin: 0;
}

ul.leftNav li {
	margin: 2px 0;
}

ul.leftNav li a:hover {
	color: #663333;
}

ul.leftNav li.title, ul.leftNav li.title a {
	font-size: 11px;
	margin: 5px -4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #663333;
	letter-spacing: .08em;
	text-transform: uppercase;
}


ul.leftNav li.title a:hover {
	color: #996666;
}

#leftNav-Account {
	background: #F2F9C3;
	padding: 5px 10px;
	margin: 5px;
	width: auto;
}

#leftNav-Login, #leftNav-Account p {
	font-size: 10px;
}

#leftNav-Login {
	padding: 0;
	width: 180px;
	overflow: hidden;
}

#leftNav-Login input[type='text'], #leftNav-Login input[type='password'] {
	width: 100px;
	margin: 0;
}

#leftNav-Login label, #leftNav-Login li {
	margin: 0;
}

/* TEMPORARY FIX FOR non-cake area */

#leftNav-Login label {
	font-weight: bold;
	display: block;
}

#leftNav-Login ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

#leftNav-Login li {
	list-style: none;
}

/* END TEMP FIX

/* MyTango Navigation */

ul.nav_mytango, ul.nav_divas {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 30px;
	font-size: 10px;
	z-index: 20;
}

ul.nav_divas {
	border-top: 1px solid #FFFFFF;
}

ul.nav_mytango {
	padding-top: 13px;
	background-image: url(images/mymenu.gif);
	background-repeat: no-repeat;
	background-position: 0 1px; /* IE does not resognize the :first-child pseudo class used below */
}

html>body ul.nav_mytango {
	background-position: 0 0;
}

ul.nav_mytango li, ul.nav_divas li { /* List items */
	float: left;
	position: relative;
	/*border-top: 1px solid #FFF;*/
	border-left: 1px solid #FFF;
	text-align: center;
	padding: 3px;
	margin: 0px;
}

ul.nav_mytango li:first-child {
	border-left: none;
}

ul.nav_mytango li {
	width: 78px;
	background-color: #BECF70;
}

html>body ul.nav_mytango li {
	width: 79px;
}

ul.nav_divas li {
	width: 78px;
	background-color: #99CCCC;
}

html>body ul.nav_divas li {
	width: 79px;
}

ul.nav_mytango li ul, ul.nav_divas li ul { /* second-level lists */
	clear: both;
	display: none;
	position: absolute;
	top: 1.9em;
	left: 0;
	font-size: 10px;
	z-index: 21;
	margin: 0; /* Original margin is 5, this creates a -1 margin so there is no gap rolling to the submenu */
}

ul.nav_mytango li>ul, ul.nav_divas li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: 20px;
	left: 0;
}

ul.nav_mytango li ul {
	border-top: 1px solid #FFF;
}

ul.nav_mytango li ul li:first-child {
	border-top: 1px solid #BECF70; /* create green border on first list item */
}

ul.nav_divas li ul {
	border-top: 1px solid #99CCCC;
}

ul.nav_mytango li ul li, ul.nav_divas li ul li {
	padding: 0;
	margin: 0;
	width: auto;
	height: auto;
	background-color: none;
	text-align: left;
	border: none;
}

ul.nav_mytango li ul li a, ul.nav_divas li ul li a {
	width: 130px;
	padding: 3px 3px 3px 10px;
	border-top: none;
	display: block;
	font-weight: normal;
}

ul.nav_mytango li ul li a {
	background: url(images/icons/arrows/3px/right/BECF70.gif) no-repeat 3px 50% #EFF3DB;
	border-left: 1px solid #BECF70;
	border-right: 1px solid #BECF70;
	border-bottom: 1px solid #BECF70;
}

ul.nav_divas li ul li a {
	background: url(images/icons/arrows/3px/right/99CCCC.gif) no-repeat 3px 50% #F0F7F7;
}

ul.nav_mytango li ul li a:hover{
	background-color: #BECF70;
	color: #FFFFFF;
	background-image: url(images/icons/arrows/3px/right/FFFFFF.gif)
}

ul.nav_divas li ul li a:hover{
	background-color: #99CCCC;
	color: #FFFFFF;
}

ul.nav_mytango li:hover ul, ul.nav_mytango li.over ul, 
ul.nav_divas li:hover ul, ul.nav_divas li.over ul { /* lists nested under hovered list items */
	display: block;
}

ul.nav_mytango a:hover, ul.nav_divas a:hover {
	color: #FFF;
}


/* ------------------ Global Iconography Buttons */

/* Actions list navigation - set class of item in <a> tag */

ul.actions, ul.actions_horizontal {
	margin: 5px 0;
}

ul.actions li, ul.actions_horizontal li {
	display: inline;
}

ul.actions li a {
	display: block;
	width: 300px;
}

ul.actions_horizontal li a {
	display: block;
	width: auto;
	padding-right: 6px;
	float: left;
}

ul.actions li a, 
ul.actions_horizontal li a, 
li.add, a.add, h6.add, 
li.delete, a.delete, h6.delete, 
li.comment, h6.comment, 
li.write, h6.write, 
li.edit, a.edit, h6.edit, 
li.email, h6.email, a.email, 
li.friend, h6.friend, 
li.photo, h6.photo, 
li.home, h6.home,
h6.loading {
	padding-left: 18px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	margin: 2px 0;
	min-height: 14px;
}

li.add, a.add, h6.add {
	background-image: url(images/icons/bg_grey/add.gif);
}

li.add:hover, a.add:hover, h6.add:hover {
	background-image: url(images/icons/bg_green/add.gif);
}

li.delete, h6.delete, a.delete {
	background-image: url(images/icons/bg_grey/delete.gif);
}

li.delete:hover, h6.delete:hover, a.delete:hover {
	background-image: url(images/icons/bg_green/delete.gif);
}

li.comment, h6.comment, a.comment {
	background-image: url(images/icons/bg_grey/comment.gif);
}

li.comment:hover, h6.comment:hover, a.comment:hover {
	background-image: url(images/icons/bg_green/comment.gif);
}

li.write, a.write, h6.write, li.edit, a.edit, h6.edit {
	background-image: url(images/icons/bg_grey/write.gif);
}

li.write:hover, a.write:hover, h6.write:hover, li.edit:hover, a.edit:hover, h6.edit:hover {
	background-image: url(images/icons/bg_green/write.gif);
}

li.email, h6.email, a.email {
	background-image: url(images/icons/bg_grey/email.gif);
}

li.email:hover, h6.email:hover, a.email:hover {
	background-image: url(images/icons/bg_green/email.gif);
}

li.friend, h6.friend, a.friend {
	background-image: url(images/icons/bg_grey/friend.gif);
}

li.friend:hover, h6.friend:hover, a.friend:hover {
	background-image: url(images/icons/bg_green/friend.gif);
}

li.photo, h6.photo, a.photo {
	background-image: url(images/icons/bg_grey/photo.gif);
}

li.photo:hover, h6.photo:hover, a.photo:hover {
	background-image: url(images/icons/bg_green/photo.gif);
}

a.back, a.reply {
	background-image: url(images/icons/bg_grey/back.gif);
}

a.back:hover, a.reply:hover {
	background-image: url(images/icons/bg_green/back.gif);
}

li.home, h6.home, a.home {
	min-height: 16px;
	background-image: url(images/icons/home.gif);
}


h6.loading {
	min-height: 22px;
	background-image: url(images/icons/animated/loading.gif);
}
