/*-----------------------------------------------------------------------------
Cascading Style Sheet

version:		1.0 (20/02/2008)
site:			veritassecurities.com.au
description:	CSS for Office Locations
author:			Copticom Pty Ltd
author email:	info@copticom.com
author website:	http://www.copticom.com/
-----------------------------------------------------------------------------*/


.indentmenu{
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
/*border-top: 1px solid navy;*/ /*navy border*/
}

.indentmenu ul li {
display: inline;
}

.indentmenu ul li a {
float: left;
color: #0f2f67;
padding-top:5px;
margin-right:17px;
text-decoration: none;
}

.indentmenu ul li a:visited {
color: #0f2f67;
text-decoration: none;
}


.indentmenu ul li a.selected {
color: #d2232a !important;
background: url(../images/bullets/arrowhead_down.gif) top left no-repeat;
text-decoration: none;
}


#location_divider {
border-bottom: #d8d9d8 solid 1px;
margin-top:6px;
margin-right:10px;
padding-right:10px;
}



.tabcontentstyle { /*style of tab content oontainer*/
width: 210px;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}